home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2108 / 2108.xpi / skin / style.css < prev   
Cascading Style Sheet File  |  2009-09-26  |  1KB  |  45 lines

  1. *[anonid="name"] {
  2.     font-weight: bold;
  3.     margin-top: 0 !important;
  4.     margin-bottom: 0 !important;
  5. }
  6. *[anonid="tags"] {
  7.     font-size: smaller;
  8.     font-style: italic;
  9. }
  10. *[anonid="update-area"] hbox {
  11.     -moz-box-align: center;
  12. }
  13. *[closed="true"] *[anonid="children"] {
  14.     display: none;
  15. }
  16. *[anonid="heading"] {
  17.     background-color: -moz-dialog;
  18.     padding: 2px;
  19.     font-weight: bold;
  20. }
  21. *[anonid="twisty"] {
  22.     border: 0px !important;
  23.     margin: 0px !important;
  24.     padding: 0px !important;
  25.     min-width: 0px !important;
  26.     background-color: transparent;
  27.     -moz-appearance: none;
  28.     list-style-image: url("chrome://global/skin/tree/twisty-open.png");
  29. }
  30. *[anonid="twisty"] .button-icon {
  31.     margin-right: 5px;
  32. }
  33. *[closed="true"] *[anonid="twisty"] {
  34.     list-style-image: url("chrome://global/skin/tree/twisty-clsd.png");
  35. }
  36. image[anonid="status-icon"] {
  37.     list-style-image: url("chrome://stylish/skin/s3-16.png");
  38. }
  39. *[is-disabled="true"] image[anonid="status-icon"] {
  40.     list-style-image: url("chrome://stylish/skin/s1-16.png");
  41. }
  42. *[anonid="id"] {
  43.     display: none;
  44. }
  45.